runtime.mLockProfile.cyclesLost (field)
6 uses
runtime (current package)
mprof.go#L720: cyclesLost int64 // contention for which we weren't able to record a call stack
mprof.go#L733: prof.cyclesLost += cycles
mprof.go#L751: prof.cyclesLost += cycles
mprof.go#L754: prof.cyclesLost += prev
mprof.go#L836: cycles, lost := prof.cycles, prof.cyclesLost
mprof.go#L837: prof.cycles, prof.cyclesLost = 0, 0
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |